type net/http.http2writeData
14 uses
net/http (current package)
h2_bundle.go#L4663: func (sc *http2serverConn) writeFrameAsync(wr http2FrameWriteRequest, wd *http2writeData) {
h2_bundle.go#L4908: New: func() interface{} { return new(http2writeData) },
h2_bundle.go#L4915: writeArg := http2writeDataPool.Get().(*http2writeData)
h2_bundle.go#L4916: *writeArg = http2writeData{stream.id, data, endStream}
h2_bundle.go#L5081: } else if wd, ok := wr.write.(*http2writeData); ok {
h2_bundle.go#L10306: case *http2writeData:
h2_bundle.go#L10352: type http2writeData struct {
h2_bundle.go#L10358: func (w *http2writeData) String() string {
h2_bundle.go#L10362: func (w *http2writeData) writeFrame(ctx http2writeContext) error {
h2_bundle.go#L10366: func (w *http2writeData) staysWithinBuffer(max int) bool {
h2_bundle.go#L10709: if wd, ok := wr.write.(*http2writeData); ok {
h2_bundle.go#L10729: wd, ok := wr.write.(*http2writeData)
h2_bundle.go#L10749: write: &http2writeData{
h2_bundle.go#L10763: write: &http2writeData{
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |